Controls Element

Description

The root element.

Diagram

Controls Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Description Element (Optional, up to 1 element(s) allowed)
Control Element (Required, 1 or more elements allowed)Sequence (Required, 1 element allowed)CustomServer Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Component Element (Required, 1 element allowed)
Settings Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Parameter Element (Optional, unlimited elements allowed)


Children

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Controls">
    <xs:annotation>
        <xs:documentation>The root element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Description" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Text that describes the custom toolkit support set.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element ref="Control" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>